home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TMNTNDLG / TMNTNDLG.txt
Text File  |  1997-05-14  |  4KB  |  185 lines

  1. object MntnDlg: TMntnDlg
  2.   Left = 135
  3.   Top = 146
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Database Maintenance'
  7.   ClientHeight = 327
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 281
  23.     Height = 313
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object Label1: TLabel
  28.     Left = 22
  29.     Top = 24
  30.     Width = 25
  31.     Height = 24
  32.     Caption = '>>'
  33.     Font.Color = clRed
  34.     Font.Height = -19
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.     Visible = False
  39.   end
  40.   object Label2: TLabel
  41.     Left = 22
  42.     Top = 88
  43.     Width = 25
  44.     Height = 24
  45.     Caption = '>>'
  46.     Font.Color = clRed
  47.     Font.Height = -19
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.     Visible = False
  52.   end
  53.   object Label3: TLabel
  54.     Left = 22
  55.     Top = 215
  56.     Width = 25
  57.     Height = 24
  58.     Caption = '>>'
  59.     Font.Color = clRed
  60.     Font.Height = -19
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.     Visible = False
  65.   end
  66.   object OKBtn: TBitBtn
  67.     Left = 300
  68.     Top = 8
  69.     Width = 77
  70.     Height = 27
  71.     Caption = '&Close'
  72.     TabOrder = 0
  73.     Kind = bkOK
  74.     Margin = 2
  75.     Spacing = -1
  76.     IsControl = True
  77.   end
  78.   object Button1: TButton
  79.     Left = 56
  80.     Top = 24
  81.     Width = 185
  82.     Height = 25
  83.     Hint = 'Rebuild All Indexes'
  84.     Caption = '&Reindex Database'
  85.     Font.Color = clBlack
  86.     Font.Height = -11
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = [fsBold]
  89.     ParentFont = False
  90.     TabOrder = 1
  91.     OnClick = Button1Click
  92.   end
  93.   object Button2: TButton
  94.     Left = 56
  95.     Top = 56
  96.     Width = 185
  97.     Height = 25
  98.     Hint = 'Delete Indexes - Decreases Size Of Index File'
  99.     Caption = 'Delete &Indexes'
  100.     TabOrder = 2
  101.     OnClick = Button2Click
  102.   end
  103.   object Button3: TButton
  104.     Left = 56
  105.     Top = 88
  106.     Width = 185
  107.     Height = 25
  108.     Hint = 'Remove Deleted Records'
  109.     Caption = '&Pack Database'
  110.     TabOrder = 3
  111.     OnClick = Button3Click
  112.   end
  113.   object Button4: TButton
  114.     Left = 56
  115.     Top = 120
  116.     Width = 185
  117.     Height = 25
  118.     Hint = 'Very Dangerous - Use With Caution'
  119.     Caption = 'Delete &All Records'
  120.     TabOrder = 4
  121.     OnClick = Button4Click
  122.   end
  123.   object Button5: TButton
  124.     Left = 56
  125.     Top = 183
  126.     Width = 185
  127.     Height = 25
  128.     Hint = 'Try To Recreate A Corrupt Data File'
  129.     Caption = 'Repair Data &File'
  130.     TabOrder = 6
  131.     OnClick = Button5Click
  132.   end
  133.   object Button6: TButton
  134.     Left = 56
  135.     Top = 215
  136.     Width = 185
  137.     Height = 25
  138.     Hint = 'Backup Current Data File'
  139.     Caption = '&Backup'
  140.     TabOrder = 7
  141.     OnClick = Button6Click
  142.   end
  143.   object Button7: TButton
  144.     Left = 56
  145.     Top = 247
  146.     Width = 185
  147.     Height = 25
  148.     Hint = 'Restore Current Data File from The Backup File'
  149.     Caption = 'Re&store'
  150.     TabOrder = 8
  151.     OnClick = Button7Click
  152.   end
  153.   object Button8: TButton
  154.     Left = 56
  155.     Top = 279
  156.     Width = 185
  157.     Height = 25
  158.     Hint = 'Modify/Create/Delete List Items'
  159.     Caption = '&Edit Lists'
  160.     TabOrder = 9
  161.     OnClick = Button8Click
  162.   end
  163.   object HelpBtn: TBitBtn
  164.     Left = 300
  165.     Top = 40
  166.     Width = 77
  167.     Height = 27
  168.     TabOrder = 10
  169.     Kind = bkHelp
  170.     Margin = 2
  171.     Spacing = -1
  172.     IsControl = True
  173.   end
  174.   object Button9: TButton
  175.     Left = 56
  176.     Top = 151
  177.     Width = 185
  178.     Height = 25
  179.     Hint = 'Delete All Displayed Records (Selected By A Filter)'
  180.     Caption = '&Delete Selected Records'
  181.     TabOrder = 5
  182.     OnClick = Button9Click
  183.   end
  184. end
  185.